home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / dc / dd_demo.arc / dd_demo.doc < prev    next >
Text File  |  1979-12-31  |  14KB  |  344 lines

  1. ****************************************
  2. *            DATA DIET DEMO            *
  3. *        Program by Keith Gerdes       *
  4. *                                      *
  5. * Copyright 1991 Double Click Software *
  6. *                                      *
  7. * You may order Data Diet now for only *
  8. *               $59.95                 *
  9. * (Introductory offer expires 12/1/91) *
  10. *                                      *
  11. *  Call us at (713)977-6520 to order.  *
  12. *  Or send:                            *
  13. *  $62.95 (in US)                      *
  14. *  $64.95 (outside US no personal cks) *
  15. *  (includes shipping and handling)    *
  16. *                                      *
  17. *  Double Click Software               *
  18. *  PO BOX 741206                       *
  19. *  Houston, Texas 77274-1206           *
  20. ****************************************
  21.  
  22. =================================================================
  23. The following is a brief excerpt from our DATA DIET manual.  This 
  24. will give you an idea on how to use the complete package.
  25.  
  26. Data  Diet Demo is configured to use drive C only.   If  you  are 
  27. using a floppy based system,  you will need to setup a RAMdisk as 
  28. drive C.
  29. =================================================================
  30.  
  31. Welcome to Data Diet
  32.  
  33. DC  Data  Diet is a unique product for the family of  Atari  TOS-
  34. based  computers  that  will save you  megabytes  of  disk  space 
  35. efficiently  and  silently  using  a  seamless  and   transparent 
  36. integration into GEMDOS.
  37.  
  38. We  have designed Data Diet to be as fast as  possible,  using  a 
  39. proprietary   compression   method   which   provides   excellent 
  40. compression at an astounding speed.   In fact,  speed was one  of 
  41. the most important factors behind Data Diet's  design.   Compared 
  42. to similar programs on other platforms (Macintosh and IBM),  Data 
  43. Diet  blows  them away hands down!   We are certain you  will  be 
  44. equally thrilled by the substantial data storage savings.
  45.  
  46. Data Diet uses a unique method for solving the question:  How  do 
  47. you perform realtime data compression?
  48.  
  49. Basically,  several  different methods could be used  to  provide 
  50. realtime data compression:
  51.  
  52. 1)  Create a single file which acts like the  disk  drives.   All 
  53. data is read from and written to this file,  being compressed  as 
  54. it goes into the file, decompressed as it comes out.
  55.  
  56. 2)  Make  a  single  partition act  like  multiple  disk  drives, 
  57. basically use the entire partition as one huge file,  similar  to 
  58. #1.
  59.  
  60. 3)  Run through a "shell" program,  decompressing any  files  you 
  61. wish  to  use before the shell runs  the  specified  application, 
  62. recompressing the files after you have exited back to the shell.
  63.  
  64. 4) Use the Data Diet method.
  65.  
  66. Numbers one and two above have severe restrictions,  namely  that 
  67. the  file system must be completely rewritten to make  the  "file 
  68. disk drive" look like a real drive,  and you must completely back 
  69. up your hard disk,  repartition your hard disk,  then restore all 
  70. the files back into the "file disk drive."   Additionally,  every 
  71. disk  write  requires compression,  thereby really  slowing  your 
  72. system down.
  73.  
  74. Additionally,  should the file become corrupted or attacked by  a 
  75. virus, then all of your programs and data can be lost.
  76.  
  77. Number  three is extremely limited in scope;  you'd need to  know 
  78. what  files  you  will be using before you  run  the  shell,  and 
  79. launching a program from a shell can cause compatibility problems 
  80. with some software.
  81.  
  82. Briefly  and without going into too much confusing  detail,  once 
  83. installed, DC Data Diet waits until a file operation is performed 
  84. before  it  goes  to  work.   If the  file  is  dietized,  it  is 
  85. decompressed and stored in a temporary working  directory.   When 
  86. the application accesses the file,  it is actually accessing  the 
  87. temporary  file in the work directory.   Using  the  decompressed 
  88. temporary  file  has  the  added benefit  of  allowing  all  disk 
  89. operations on that file to be full-speed.   When the  application 
  90. writes  to the file,  it again is writing to the temporary  file, 
  91. not the original.   Finally,  when you exit the application,  the 
  92. file is compressed and saved back to the original location.
  93.  
  94.  
  95. Data Diet Method Best?
  96.  
  97. What  advantages do you get using the Data Diet method  over  the 
  98. others?   Several,  in fact.
  99.  
  100. You  don't have to treat your hard disk special in any  way.   To 
  101. install Data Diet you don't have to reformat, repartition or even 
  102. backup  your hard disk (although you should always keep a  backup 
  103. of your data).
  104.  
  105. You get a big difference in speed.   First of all, Data Diet uses 
  106. a  proprietary  compression method which is  lightning  fast  (we 
  107. guarantee it's the fastest on the Atari computers), secondly, the 
  108. data  compression usually occurs when you run or exit a  program. 
  109. Therefore  data access while you are using your favorite  program 
  110. is  completely  full-speed with absolutely no  slowdown.
  111.  
  112. Data Diet will also compress files to a remote network drive (can 
  113. any other realtime programs do that?).
  114.  
  115. Additionally,  Data Diet gives you a lot of flexibility.  You can 
  116. exclude  files,  folders  and drives you don't  want  compressed, 
  117. choose between two compression methods and specify the use of one 
  118. compression method for files over a given size
  119.  
  120. Data  Diet  Tools  allows you to  compress,  decompress  and  get 
  121. statistics  about a single file,  groups of  files,  directories, 
  122. or your whole drive, using any file mask.
  123.  
  124.  
  125. The All-Important Work Directory
  126.  
  127. Almost  nothing  is  as  important  to  Data  Diet  as  the  work 
  128. directory.   The work directory is a temporary storage place  for 
  129. your decompressed diet files.
  130.  
  131. When  you  open  and  use  a  dietized  file,  you  are  actually 
  132. manipulating  a  temporary  file  which  is  kept  in  the   work 
  133. directory.   The  original  file doesn't get  touched  until  you 
  134. actually  exit  the current application (this may  vary  slightly 
  135. based upon your configuration and use).
  136.  
  137. ** Data Diet Demo **
  138. Data Diet Demo will create and use the work directory on drive C, 
  139. as the folder C:\DATADIET.WRK
  140.  
  141.  
  142. The Data Diet Front End
  143.  
  144. The  program/desk  accessory  DATADIET.APP/DATADIET.ACC  is   the 
  145. front-end  to the actual Data Diet handler,  which does  all  the 
  146. work.   The  Data Diet front-end is not required to be  installed 
  147. unless  you want to change the configuration of Data Diet or  you 
  148. wish to 'keep tabs' on what Data Diet is currently doing.
  149.  
  150. From  the Data Diet front-end you can get information  about  the 
  151. files  currently accessed,  change the current  configuration  or 
  152. call up Data Diet Tools to manipulate files.
  153.  
  154.  
  155. The Data Diet Front-End Main Menu
  156.  
  157. The Data Diet front-end main menu is composed of several parts:
  158.  
  159. File   information  lists  the  files  in  use  by  the   current 
  160. application.   Information displayed in the main menu is the name 
  161. of  the  file and its current compression type.   A  crossed  box 
  162. under  the compression type of OFF,  A,  or B and RO (read  only) 
  163. indicates the current setting.
  164.  
  165. Clicking on the filename in the main menu will display additional 
  166. information about the file.
  167.  
  168. You  will  see  the  complete path  and  filename  for  the  file 
  169. selected,  the original file size (ORIGINAL),  the Data Diet file 
  170. size (DIETIZED),  the compression percentage (%) (how much it  is 
  171. compressed  from  the  original size) and the  time  required  to 
  172. perform the compression (SECONDS).   Note that the SECONDS  field 
  173. will  only  be  filled in if you FLUSH the file  or  are  in  the 
  174. REALTIME  compression  mode (see the following  explanations  for 
  175. configuration details).
  176.  
  177. ** Data Diet Demo **
  178. Data Diet Demo operates in Realtime mode only.  This means you're 
  179. going to get more of a slowdown than the method we suggest using, 
  180. which is Terminate mode (a real bummer - it's a demo!).
  181.  
  182. Additionally,  the  two  boxes  below the  file  size  statistics 
  183. indicate  the current state of the file.   DECOMPRESSED  selected 
  184. indicates  that  the file is a Data Diet file  and  is  current